Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Displaying Raw • Download


Makefile de7e0996ce218f5b697c33ff3d64f1451f4a1f0a (de7e0996) Text, 1.79 KB

Td2a8ffallTff7b72: Te6edf3release

Td2a8fftestTff7b72:
@echo Running tests...
python3 -m tests.all

Td2a8ffcleanTff7b72:
@echo Cleaning...
@-rm -rf ./build
@-rm -rf ./dist
@-rm -rf ./*.data
@-rm -rf ./__pycache__
@-rm -rf ./RNS/__pycache__
@-rm -rf ./RNS/Cryptography/__pycache__
@-rm -rf ./RNS/Cryptography/aes/__pycache__
@-rm -rf ./RNS/Cryptography/pure25519/__pycache__
@-rm -rf ./RNS/Interfaces/__pycache__
@-rm -rf ./RNS/Utilities/__pycache__
@-rm -rf ./RNS/vendor/__pycache__
@-rm -rf ./RNS/vendor/i2plib/__pycache__
@-rm -rf ./tests/__pycache__
@-rm -rf ./tests/rnsconfig/storage
@-rm -rf ./*.egg-info
@make -C docs clean
@echo Done

Td2a8ffpurge_docsTff7b72:
@echo Purging documentation build...
@-rm -rf ./docs/manual
@-rm -rf ./docs/*.pdf
@-rm -rf ./docs/*.epub

Td2a8ffremove_symlinksTff7b72:
@echo Removing symlinks Tff7b72for build...
-rm Examples/RNS
-rm RNS/Utilities/RNS

Td2a8ffcreate_symlinksTff7b72:
@echo Creating symlinks...
-ln -s ../RNS ./Examples/
-ln -s ../../RNS ./RNS/Utilities/

Td2a8ffbuild_sdistTff7b72: Te6edf3purge_docs
python3 setup.py sdist

Td2a8ffbuild_wheelTff7b72:
python3 setup.py bdist_wheel

Td2a8ffbuild_pure_wheelTff7b72:
python3 setup.py bdist_wheel --pure

Td2a8ffdocumentationTff7b72:
make -C docs html

Td2a8ffmanualTff7b72:
make -C docs latexpdf epub

Td2a8ffbuild_spkgTff7b72: Te6edf3remove_symlinks Te6edf3build_sdist Te6edf3create_symlinks

Td2a8ffreleaseTff7b72: Te6edf3test Te6edf3remove_symlinks Te6edf3build_sdist Te6edf3build_wheel Te6edf3build_pure_wheel Te6edf3documentation Te6edf3manual Te6edf3create_symlinks

Td2a8ffdebugTff7b72: Te6edf3remove_symlinks Te6edf3build_wheel Te6edf3build_pure_wheel Te6edf3create_symlinks

Td2a8ffuploadTff7b72: Te6edf3upload-Te6edf3rns Te6edf3upload-Te6edf3rnspure

Td2a8ffupload-rnsTff7b72:
@echo Ready to publish rns release, hit enter to Tff7b72continue
@read VOID
@echo Uploading to PyPi...
twine upload dist/rns-*.whl dist/rns-*.tar.gz
@echo Release published

Td2a8ffupload-rnspureTff7b72:
@echo Ready to publish rnspure release, hit enter to Tff7b72continue
@read VOID
@echo Uploading to PyPi...
twine upload dist/rnspure-*.whl
@echo Release published


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────